-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allocate dQ, dK, and dV as a catted tensor to save a downstream cat in nvFuser. #59
Conversation
Co-authored-by: Masaki Kozuki <mkozuki@nvidia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per @jjsjann123 review. Thank you @wujingyue @jjsjann123 .
Hey @vedaanta-nvidia, are you interested in reviewing this before I merge? |
Hey Vedaanta, do you have more comments before I merge? |
For NVIDIA/Fuser#1768.
The description on the added compile option explains what this optimization does.
This optimization is disabled by default for now. I'll try to enable it by default or even always after #35 is merged and bookend is disabled by default.